getDirectory("Choose a Directory");
open("Results.csv"); 
  

for (i=0; i<nResults; i++)
{
frame = getResult("f", i);
x = getResult("X", i);
y = getResult("Y", i);
makeOval(x-7, y-7, 14, 14);
roiManager("Add");
}

run("Time Series Analyzer V3"); 
